home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / um / Kconfig.common < prev    next >
Encoding:
Text File  |  2008-12-24  |  879 b   |  78 lines

  1. config DEFCONFIG_LIST
  2.     string
  3.     option defconfig_list
  4.     default "arch/$ARCH/defconfig"
  5.  
  6. # UML uses the generic IRQ subsystem
  7. config GENERIC_HARDIRQS
  8.     bool
  9.     default y
  10.  
  11. config UML
  12.     bool
  13.     default y
  14.  
  15. config MMU
  16.     bool
  17.     default y
  18.  
  19. config NO_IOMEM
  20.     def_bool y
  21.  
  22. mainmenu "Linux/Usermode Kernel Configuration"
  23.  
  24. config ISA
  25.     bool
  26.  
  27. config SBUS
  28.     bool
  29.  
  30. config PCI
  31.     bool
  32.  
  33. config PCMCIA
  34.     bool
  35.  
  36. # Yet to do!
  37. config TRACE_IRQFLAGS_SUPPORT
  38.     bool
  39.     default n
  40.  
  41. config LOCKDEP_SUPPORT
  42.     bool
  43.     default y
  44.  
  45. config STACKTRACE_SUPPORT
  46.     bool
  47.     default n
  48.  
  49. config GENERIC_CALIBRATE_DELAY
  50.     bool
  51.     default y
  52.  
  53. config GENERIC_BUG
  54.     bool
  55.     default y
  56.     depends on BUG
  57.  
  58. config GENERIC_TIME
  59.     bool
  60.     default y
  61.  
  62. config GENERIC_CLOCKEVENTS
  63.     bool
  64.     default y
  65.  
  66. # Used in kernel/irq/manage.c and include/linux/irq.h
  67. config IRQ_RELEASE_METHOD
  68.     bool
  69.     default y
  70.  
  71. config HZ
  72.     int
  73.     default 100
  74.  
  75. config SUBARCH
  76.     string
  77.     option env="SUBARCH"
  78.